HipAssetLoadTask

Undocumented in source.

Constructors

this
this(string path, string name, HipAsset asset, string fileRequesting, size_t lineRequesting)
Undocumented in source.

Members

Functions

addOnCompleteHandler
void addOnCompleteHandler(void delegate(IHipAsset) onComplete)
Undocumented in source. Be warned that the author may not have intended to support it.
addOnCompleteHandler
void addOnCompleteHandler(void delegate(string) onComplete)
Undocumented in source. Be warned that the author may not have intended to support it.
asset
IHipAsset asset()
Undocumented in source. Be warned that the author may not have intended to support it.
asset
IHipAsset asset(IHipAsset newAsset)
Undocumented in source. Be warned that the author may not have intended to support it.
await
void await()
Undocumented in source. Be warned that the author may not have intended to support it.
givePartialData
void givePartialData(void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
hasFinishedLoading
bool hasFinishedLoading()
Undocumented in source. Be warned that the author may not have intended to support it.
into
void into(string*[] variables)
Undocumented in source. Be warned that the author may not have intended to support it.
into
void into(void* function(IHipAsset asset) castFunc, IHipAsset*[] variables)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
result
HipAssetResult result()
Undocumented in source. Be warned that the author may not have intended to support it.
result
HipAssetResult result(HipAssetResult newResult)
Undocumented in source. Be warned that the author may not have intended to support it.
takePartialData
void[] takePartialData()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_asset
HipAsset _asset;
Undocumented in source.
_result
HipAssetResult _result;
Undocumented in source.
name
string name;
Undocumented in source.
partialData
void[] partialData;
Undocumented in source.
path
string path;
Undocumented in source.
worker
HipWorkerThread worker;
Undocumented in source.

Meta